Skip to content

build(deps): bump actions/setup-dotnet from 5.1.0 to 5.2.0 in /.github/actions/environment#5202

Merged
jamescrosswell merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/environment/actions/setup-dotnet-5.2.0
May 6, 2026
Merged

build(deps): bump actions/setup-dotnet from 5.1.0 to 5.2.0 in /.github/actions/environment#5202
jamescrosswell merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/environment/actions/setup-dotnet-5.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps actions/setup-dotnet from 5.1.0 to 5.2.0.

Release notes

Sourced from actions/setup-dotnet's releases.

v5.2.0

What's changed

Enhancements

Dependency Updates

Full Changelog: actions/setup-dotnet@v5...v5.2.0

Commits
  • c2fa09f Bump minimatch from 3.1.2 to 3.1.5 (#705)
  • 02574b1 Add support for optional architecture input for cross-architecture .NET insta...
  • 16c7b3c Bump fast-xml-parser from 4.4.1 to 5.3.6 (#671)
  • 131b410 Add support for workloads input (#693)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@baa11fb...c2fa09f)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 6, 2026
@dependabot dependabot Bot requested a review from jamescrosswell as a code owner May 6, 2026 05:51
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label May 6, 2026
@dependabot dependabot Bot requested a review from Flash0ver as a code owner May 6, 2026 05:51
Copy link
Copy Markdown
Member

@Flash0ver Flash0ver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notable change

Enhancements

From what I can see is that when not using the new workloads: input but the global.json instead, dotnet workload updateis not automatically run.
So we still need our following step that runs dotnet workload restore explicitly.

@jamescrosswell jamescrosswell merged commit b7eb41b into main May 6, 2026
44 checks passed
@jamescrosswell jamescrosswell deleted the dependabot/github_actions/dot-github/actions/environment/actions/setup-dotnet-5.2.0 branch May 6, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants